//=============================================================================
// CozPath - For bots in multiplayer. Works like path nodes I guess.
//=============================================================================
class CozPath extends NavigationPoint;

Var() string PathName;
Var() int PathPoint;

defaultproperties
{

     Texture=Texture'Engine.S_Pickup'
}